aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/export_windows_test.go
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2014-12-31 13:46:58 +1100
committerAlex Brainman <alex.brainman@gmail.com>2015-01-06 05:31:40 +0000
commit03d6637dbb7fc84536423f2c707f3130104567f1 (patch)
treef7635b4153a5a771d7f1fa1536fb4a332ff1761a /src/runtime/export_windows_test.go
parenta6a30fefd9b798597f95ff1024f263c64f3a39a9 (diff)
downloadgo-03d6637dbb7fc84536423f2c707f3130104567f1.tar.gz
go-03d6637dbb7fc84536423f2c707f3130104567f1.zip
runtime: do not display Windows Error Reporting dialogue
Fixes #9121 Change-Id: Id6ca9f259260310c4c6cbdabbc8f2fead8414e6a Reviewed-on: https://go-review.googlesource.com/2202 Reviewed-by: Minux Ma <minux@golang.org>
Diffstat (limited to 'src/runtime/export_windows_test.go')
-rw-r--r--src/runtime/export_windows_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/runtime/export_windows_test.go b/src/runtime/export_windows_test.go
new file mode 100644
index 0000000000..61fcef9c0f
--- /dev/null
+++ b/src/runtime/export_windows_test.go
@@ -0,0 +1,9 @@
+// Copyright 2014 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+// Export guts for testing.
+
+package runtime
+
+var TestingWER = &testingWER