File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ fn fd_create() {
154
154
. unwrap ( ) ;
155
155
}
156
156
157
- //xx #[test]
157
+ #[ test]
158
158
/// A client attempts to execute a non-existent file
159
159
fn basic_execute_non_existent ( ) {
160
160
let events = vec ! [
@@ -174,7 +174,7 @@ fn basic_execute_non_existent() {
174
174
. unwrap ( ) ;
175
175
}
176
176
177
- //xx #[test]
177
+ #[ test]
178
178
/// A client attempts to read a non-existent file
179
179
fn basic_client_read_non_existent ( ) {
180
180
let events = vec ! [
@@ -193,7 +193,7 @@ fn basic_client_read_non_existent() {
193
193
. unwrap ( ) ;
194
194
}
195
195
196
- //xx #[test]
196
+ #[ test]
197
197
/// A program attempts to read a non-existent file
198
198
fn basic_program_read_non_existent ( ) {
199
199
let events = vec ! [
@@ -413,7 +413,7 @@ fn integration_private_set_intersection() {
413
413
. unwrap ( ) ;
414
414
}
415
415
416
- //xx #[test]
416
+ #[ test]
417
417
/// Attempt to fetch result without enough stream data.
418
418
fn test_phase4_number_stream_accumulation_one_data_one_stream_with_attestation ( ) {
419
419
let events = vec ! [
You can’t perform that action at this time.
0 commit comments