Skip to content

Commit

Permalink
run test
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Sep 9, 2024
1 parent 3e8b9fe commit 8e1959e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/statements/create_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ ASSIGN ref_int8->* TO <value>.
await f(abap);
});

it.skip("CREATE DATA, like and inputs and field symbols", async () => {
it.only("CREATE DATA, like and inputs and field symbols", async () => {
const code = `
CLASS lcl DEFINITION.
PUBLIC SECTION.
Expand Down

0 comments on commit 8e1959e

Please sign in to comment.