aboutsummaryrefslogtreecommitdiff
path: root/test/nilptr2.go
diff options
context:
space:
mode:
authorAlan Donovan <adonovan@google.com>2013-10-08 14:36:20 -0400
committerAlan Donovan <adonovan@google.com>2013-10-08 14:36:20 -0400
commitbab2a5416ccb20cb8b25c640f2eff0da6a13d2d6 (patch)
tree4b0fe41e8ef71aa8dcdf4aa37042db06947f03d1 /test/nilptr2.go
parent254dc5fdbee675ca7c85f7b76247313b7b356dee (diff)
downloadgo-bab2a5416ccb20cb8b25c640f2eff0da6a13d2d6.tar.gz
go-bab2a5416ccb20cb8b25c640f2eff0da6a13d2d6.zip
test: revert changes made for Go SSA interpreter test.
R=r, gri CC=golang-dev https://golang.org/cl/14552044
Diffstat (limited to 'test/nilptr2.go')
-rw-r--r--test/nilptr2.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/nilptr2.go b/test/nilptr2.go
index 250a0ee6a9..57a5f8068f 100644
--- a/test/nilptr2.go
+++ b/test/nilptr2.go
@@ -6,8 +6,6 @@
package main
-import "os"
-
func main() {
ok := true
for _, tt := range tests {
@@ -23,7 +21,6 @@ func main() {
}
if !ok {
println("BUG")
- os.Exit(1)
}
}