summaryrefslogtreecommitdiff
path: root/Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-3.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-3.txt')
-rw-r--r--Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-3.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-3.txt b/Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-3.txt
deleted file mode 100644
index 9672c6d..0000000
--- a/Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-3.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-..E
-ERROR during LuaUnit test execution:
-test/test_with_err_fail_pass.lua:41: attempt to perform arithmetic on a table value
-
-Tests with errors:
-------------------
-1) TestAnotherThing.test2_Err1
-test/test_with_err_fail_pass.lua:41: attempt to perform arithmetic on a table value
-stack traceback:
- test/test_with_err_fail_pass.lua:41: in function 'TestAnotherThing.test2_Err1'
-
-Ran 3 tests in 0.000 seconds, 2 successes, 1 error, 9 non-selected
-LuaUnit ABORTED (as requested by --error or --failure option)