diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-06-22 14:28:57 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2017-06-22 14:28:57 +0000 |
commit | ed99905e1d89e84b74a07a55a46270d1f9f27991 (patch) | |
tree | 0d1aa2fdcb45caeb36ca00e366f40ccb5d360b24 /gcc | |
parent | 2a208bc2570b07b64deb1d549332e5d981c867bc (diff) | |
download | gcc-ed99905e1d89e84b74a07a55a46270d1f9f27991.zip gcc-ed99905e1d89e84b74a07a55a46270d1f9f27991.tar.gz gcc-ed99905e1d89e84b74a07a55a46270d1f9f27991.tar.bz2 |
runtime: adjust tests for gofrontend
- don't run tests that depend on SetCgoTraceback
- don't expect a '(' after the function name in a traceback
- change the expected name of nested functions in a traceback
These tests are not currently run, but they will be soon.
Reviewed-on: https://go-review.googlesource.com/46453
From-SVN: r249557
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 42c8f85..cb902243 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -e017833e4ce4a3bc3ba02eac4351b15c86157ec0 +a81079a81b63714221674f07d13bedc768092f27 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |