From 2025d4e2429c653368d073dcbde02bcb7450d15e Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Mon, 20 Aug 2012 16:23:24 +0100 Subject: TEST: Remove dubious 'not optimised' assert --- test/test-supple.objects.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.1