Skip to content

Commit

Permalink
Cok retry induction tests (dafny-lang#3307)
Browse files Browse the repository at this point in the history
<small>By submitting this pull request, I confirm that my contribution
is made under the terms of the [MIT
license](https://github.com/dafny-lang/dafny/blob/master/LICENSE.txt).</small>

Co-authored-by: davidcok <davidcok@github.com>
  • Loading branch information
davidcok and davidcok authored Jan 12, 2023
1 parent 3857e3b commit 790bf78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/IntegrationTests/LitTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ public LitTests(ITestOutputHelper output) {

[FileTheory]
[FileData(Includes = new[] { "**/*.dfy", "**/*.transcript" },
Excludes = new[] { "**/Inputs/**/*", "**/Output/**/*",
"examples/induction-principle-code/*"
Excludes = new[] { "**/Inputs/**/*", "**/Output/**/*"
})]
public void LitTest(string path) {
LitTestCase.Run(path, Config, output);
Expand Down

0 comments on commit 790bf78

Please sign in to comment.