blob: 4c30064f93a298ace1b07cb12f6fb065f8d22a59 [file] [log] [blame]
// Copyright 2020 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.
load('test/mjsunit/mjsunit.js');
Promise.resolve().then(() => {
assertEquals('foo', 'bar');
});