Skip to content

Commit

Permalink
Updating import from Plang to PChecker
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Zhou committed May 28, 2024
1 parent e264437 commit c089387
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tutorial/2_TwoPhaseCommit/PForeign/ForeignCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
using System.Collections.Generic;
using System.Linq;
using System.IO;
using Plang.CSharpRuntime;
using Plang.CSharpRuntime.Values;
using Plang.CSharpRuntime.Exceptions;
using PChecker.PRuntime;

Check failure on line 6 in Tutorial/2_TwoPhaseCommit/PForeign/ForeignCode.cs

View workflow job for this annotation

GitHub Actions / Build-MacOS

The type or namespace name 'PRuntime' does not exist in the namespace 'PChecker' (are you missing an assembly reference?)

Check failure on line 6 in Tutorial/2_TwoPhaseCommit/PForeign/ForeignCode.cs

View workflow job for this annotation

GitHub Actions / Build-MacOS

The type or namespace name 'PRuntime' does not exist in the namespace 'PChecker' (are you missing an assembly reference?)
using PChecker.PRuntime.Values;

Check failure on line 7 in Tutorial/2_TwoPhaseCommit/PForeign/ForeignCode.cs

View workflow job for this annotation

GitHub Actions / Build-MacOS

The type or namespace name 'PRuntime' does not exist in the namespace 'PChecker' (are you missing an assembly reference?)

Check failure on line 7 in Tutorial/2_TwoPhaseCommit/PForeign/ForeignCode.cs

View workflow job for this annotation

GitHub Actions / Build-MacOS

The type or namespace name 'PRuntime' does not exist in the namespace 'PChecker' (are you missing an assembly reference?)
using PChecker.PRuntime.Exceptions;

Check failure on line 8 in Tutorial/2_TwoPhaseCommit/PForeign/ForeignCode.cs

View workflow job for this annotation

GitHub Actions / Build-MacOS

The type or namespace name 'PRuntime' does not exist in the namespace 'PChecker' (are you missing an assembly reference?)

Check failure on line 8 in Tutorial/2_TwoPhaseCommit/PForeign/ForeignCode.cs

View workflow job for this annotation

GitHub Actions / Build-MacOS

The type or namespace name 'PRuntime' does not exist in the namespace 'PChecker' (are you missing an assembly reference?)
using System.Threading;
using System.Threading.Tasks;

Expand Down

0 comments on commit c089387

Please sign in to comment.