aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/message
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2018-01-24 16:51:40 -0800
committerAli Ijaz Sheikh <ofrobots@google.com>2018-01-30 16:54:49 -0800
commit70277d6170b5c18322542b3980564a74c3d8d1b3 (patch)
tree85131b5d4e59a626cc0f6378bde3b2eda341b584 /deps/v8/test/message
parent82fd1a7bf9109c84d02200a65bafa89f19cd7d25 (diff)
downloadandroid-node-v8-70277d6170b5c18322542b3980564a74c3d8d1b3.tar.gz
android-node-v8-70277d6170b5c18322542b3980564a74c3d8d1b3.tar.bz2
android-node-v8-70277d6170b5c18322542b3980564a74c3d8d1b3.zip
deps: V8: resolve remaining whitespace diff
Some whitespace was lost when #17489 landed. While I restored the one file causing the V8-CI to fail, I missed the remaining changes from Myles. This changes restores all whitespace differences with upstream. PR-URL: https://github.com/nodejs/node/pull/18366 Refs: https://github.com/nodejs/node/pull/18360 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'deps/v8/test/message')
-rw-r--r--deps/v8/test/message/fail/console.out1
-rw-r--r--deps/v8/test/message/regress/fail/regress-73.js12
2 files changed, 7 insertions, 6 deletions
diff --git a/deps/v8/test/message/fail/console.out b/deps/v8/test/message/fail/console.out
index abfc4ad718..ab1e412be3 100644
--- a/deps/v8/test/message/fail/console.out
+++ b/deps/v8/test/message/fail/console.out
@@ -13,3 +13,4 @@ Error: exception
at Object.toString (*%(basename)s:24:39)
at console.info (<anonymous>)
at *%(basename)s:24:9
+
diff --git a/deps/v8/test/message/regress/fail/regress-73.js b/deps/v8/test/message/regress/fail/regress-73.js
index 137b731fc9..72652d74a9 100644
--- a/deps/v8/test/message/regress/fail/regress-73.js
+++ b/deps/v8/test/message/regress/fail/regress-73.js
@@ -25,9 +25,9 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-try {
- throw 'a';
-} catch (e) {
- throw 'b';
- print('c');
-}
+try {
+ throw 'a';
+} catch (e) {
+ throw 'b';
+ print('c');
+}