diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-04-06 23:57:20 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-04-06 23:57:20 +0100 |
commit | 152fcc8ec4fb88e97222fe6b3bfb9852ed487b37 (patch) | |
tree | 2d828c33298270f677d74c181e32ae414ce5a095 | |
parent | 61c9c429d46b039cc0b3055b5f66981e1f9a94de (diff) | |
download | Nim-152fcc8ec4fb88e97222fe6b3bfb9852ed487b37.tar.gz |
Change the expected path in tfailedassert.
This will cause this test to fail on Linux. The behaviour on Windows is however correct, the filename returned by instantiationInfo is the projPath defined as being "relative to the project's root".
-rw-r--r-- | tests/assert/tfailedassert.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/assert/tfailedassert.nim b/tests/assert/tfailedassert.nim index 263893767..4994e13c8 100644 --- a/tests/assert/tfailedassert.nim +++ b/tests/assert/tfailedassert.nim @@ -3,7 +3,7 @@ discard """ WARNING: false first asseertion from bar ERROR: false second assertion from bar -1 -tests/assert/tfailedassert.nim:27 false assertion from foo +tfailedassert.nim:27 false assertion from foo ''' """ |