Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion acceptance-tests/acceptance-tests-manifold-systems/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<artifactId>maven-surefire-plugin</artifactId>

<configuration>
<failIfNoTests>true</failIfNoTests>
<failIfNoTests>false</failIfNoTests>
</configuration>
</plugin>
</plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ package io.github.ascopes.acceptancetests.manifold

import io.github.ascopes.jct.compilers.JctCompiler
import io.github.ascopes.jct.junit.JavacCompilerTest
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.DisplayName

import static io.github.ascopes.jct.assertions.JctAssertions.assertThatCompilation
Expand Down Expand Up @@ -84,7 +83,6 @@ class ManifoldPreprocessorTest {
assertThat(greeting).isEqualTo("Hello, World! (symbol was not defined)")
}

@Disabled("See https://github.com/manifold-systems/manifold/issues/399")
@DisplayName("Warning directives produce compiler warnings in JCT")
@JavacCompilerTest(configurers = [ManifoldPluginConfigurer])
void warningDirectivesProduceCompilerWarningsInJct(JctCompiler compiler) {
Expand Down