summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug274.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug274.go')
-rw-r--r--test/fixedbugs/bug274.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fixedbugs/bug274.go b/test/fixedbugs/bug274.go
index 621f31eed..348aed429 100644
--- a/test/fixedbugs/bug274.go
+++ b/test/fixedbugs/bug274.go
@@ -24,6 +24,7 @@ func main() {
case 1:
L1: // ERROR "statement"
default:
- L2: // correct since no semicolon is required before a '}'
+ // correct since no semicolon is required before a '}'
+ L2: // GCCGO_ERROR "not used"
}
}