summaryrefslogtreecommitdiff
path: root/test/harness/assert-true.js
blob: 7050005a9c09743326f03484c0bc910538db4094 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
description: >
    `true` satisfies the assertion.
---*/

assert(true);