Commit 5ef8e1d4 authored by Rob Pike's avatar Rob Pike

update missed test case to {}

R=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=25648
CL=25654
parent 63b332ed
......@@ -7,6 +7,6 @@
package main
func main() {
x := string('a', 'b', '\n');
x := string{'a', 'b', '\n'};
print(x);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment