Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
96c793cd
Commit
96c793cd
authored
Aug 23, 2019
by
Vinicius Jarina
Browse files
Fixed .NET Core tests.
* Release 1.4.21
parent
a9b27d3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/src/LuaTests.cs
View file @
96c793cd
...
...
@@ -2060,7 +2060,8 @@ namespace NLuaTest
sw2
.
Stop
();
long
time2
=
sw2
.
ElapsedMilliseconds
;
Assert.True(time2 < time1, "#1 t1:" + time1 + "t2:" + time2);
// .NET Core keeps failing on this :/ but at least is never >
Assert
.
True
(
time2
<=
time1
,
"#1 t1:"
+
time1
+
"t2:"
+
time2
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment