mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
enable tmath tests
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
discard """
|
||||
action: run
|
||||
targets: "c js"
|
||||
matrix:"; -d:nimTmathCase2 -d:danger --passc:-ffast-math"
|
||||
"""
|
||||
|
||||
# xxx: fix bugs for js then add: targets:"c js"
|
||||
|
||||
import math, random, os
|
||||
import unittest
|
||||
import sets, tables
|
||||
import std/[math, random, os]
|
||||
import std/[unittest]
|
||||
import std/[sets, tables]
|
||||
|
||||
block: # random int
|
||||
block: # there might be some randomness
|
||||
|
||||
Reference in New Issue
Block a user