Skip to content

Commit ae0005e

Browse files
committed
Fix another test
1 parent 013401c commit ae0005e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MSBuildDeviceIntegration/Tests/InstantRunTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public void TargetsSkipped ([Values(false, true)] bool useManagedResourceGenerat
103103
// CoreCompile should be built.
104104
Assert.IsTrue (b.Output.IsTargetSkipped ("CoreCompile"), "5 CoreCompile was not skipped");
105105
} else {
106-
Assert.IsTrue (b.Output.IsTargetSkipped ("_UpdateAndroidResgen"), "5 second _UpdateAndroidResgen was not skipped");
106+
Assert.IsTrue (!b.Output.IsTargetSkipped ("_UpdateAndroidResgen"), "5 second _UpdateAndroidResgen was skipped");
107107
// CoreCompile should not be built.
108108
Assert.IsTrue (b.Output.IsTargetSkipped ("CoreCompile"), "5 CoreCompile was not skipped");
109109
}

0 commit comments

Comments
 (0)