summaryrefslogtreecommitdiff
path: root/test/literal.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/literal.go')
-rw-r--r--test/literal.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/literal.go b/test/literal.go
index ba185fc9a..c3d6bc123 100644
--- a/test/literal.go
+++ b/test/literal.go
@@ -24,7 +24,6 @@ func equal(a, b float32) bool {
return a == b
}
-
func main() {
// bool
var t bool = true
@@ -225,6 +224,6 @@ func main() {
assert(sj0 == sj3, "sj3")
if nbad > 0 {
- println()
+ panic("literal failed")
}
}