Skip to content

Commit

Permalink
Move generated inline tests to inline directory.
Browse files Browse the repository at this point in the history
See #470.
Closes #483.
  • Loading branch information
flatheadmill committed Jun 30, 2020
1 parent f9d5289 commit 3e6d74d
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/cycle/inline.t.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require('proof')(0, prove)

function prove (okay) {
require('./cycle')(okay, {
name: 'fixup/both',
name: 'inline/both',
define: {
object: {
value: [[ value => -value ], -16, [ value => -value ]],
Expand All @@ -12,7 +12,7 @@ function prove (okay) {
objects: [{ value: 1, sentry: 0xaa }]
})
require('./cycle')(okay, {
name: 'fixup/before',
name: 'inline/before',
define: {
object: {
value: [[ value => value ], 16 , []],
Expand All @@ -22,7 +22,7 @@ function prove (okay) {
objects: [{ value: 1, sentry: 0xaa }]
})
require('./cycle')(okay, {
name: 'fixup/after',
name: 'inline/after',
define: {
object: {
value: [[], 16, [ value => value ]],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3e6d74d

Please sign in to comment.