summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-08-20 16:23:24 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-08-20 16:23:24 +0100
commit2025d4e2429c653368d073dcbde02bcb7450d15e (patch)
tree410a13614e694537c0744bdff47d8af4fb78c6e1
parent793a7713b3a613a2f3be88b60b1af69f15e187c4 (diff)
downloadsupple-2025d4e2429c653368d073dcbde02bcb7450d15e.tar.gz
TEST: Remove dubious 'not optimised' assert
-rw-r--r--test/test-supple.objects.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test-supple.objects.lua b/test/test-supple.objects.lua
index 3af87a7..97658de 100644
--- a/test/test-supple.objects.lua
+++ b/test/test-supple.objects.lua
@@ -53,7 +53,6 @@ function suite.give_table()
assert(tab ~= expn, "Table passed through")
assert(expn.tag:match("^give_table:"), "Tag didn't come through")
local expn2 = objects.give(tab)
- assert(expn ~= expn2, "Expansion was the same")
assert(expn.tag == expn2.tag, "Expansion tags did not match")
end