summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/export-duplicate.out
blob: 9811cb122cd0ef3f98f595611fa32f5d510aad24 (plain)
1
2
3
4
5
6
7
# Copyright 2015 the V8 project authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
*%(basename)s:10: SyntaxError: Duplicate export of 'b'
export { b, c };
         ^
SyntaxError: Duplicate export of 'b'