summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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