summaryrefslogtreecommitdiff
path: root/tests/genie/operator-not-equal.gs
blob: a7fa160c4b370df72d98212c958d8539d433ccd9 (plain)
1
2
3
4
5
6
init
	var a = "not"
	if a != "test"
		assert( a != "test" )
	else
		assert_not_reached()