Skip to content

Commit

Permalink
Version 2.13.0-24.0.dev
Browse files Browse the repository at this point in the history
Merge commit '7a4d1c118f3ede3b6301ad3c33e40edc249005cd' into 'dev'
  • Loading branch information
Dart CI committed Feb 10, 2021
2 parents 4740b09 + 7a4d1c1 commit f832cd2
Show file tree
Hide file tree
Showing 142 changed files with 658 additions and 1,781 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ vars = {

"chromedriver_tag": "83.0.4103.39",
"dartdoc_rev" : "9e61a4f11091aaa8998525a2692b14148dc24ab5",
"ffi_rev": "f288e906c92e2ab378768dfa61a40814ede7a2a5",
"ffi_rev": "53866b792f397113189bce3ea71e83b0e46b9cea",
"fixnum_rev": "16d3890c6dc82ca629659da1934e412292508bba",
"file_rev": "0e09370f581ab6388d46fda4cdab66638c0171a1",
"glob_rev": "a62acf590598f458d3198d9f2930c1c9dd4b1379",
Expand Down
1 change: 0 additions & 1 deletion benchmarks/FfiBoringssl/dart/FfiBoringssl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import 'dart:typed_data';
import 'package:benchmark_harness/benchmark_harness.dart';
import 'package:ffi/ffi.dart';

import 'calloc.dart';
import 'digest.dart';
import 'types.dart';

Expand Down
109 changes: 0 additions & 109 deletions benchmarks/FfiBoringssl/dart/calloc.dart

This file was deleted.

1 change: 0 additions & 1 deletion benchmarks/FfiBoringssl/dart2/FfiBoringssl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import 'dart:typed_data';
import 'package:benchmark_harness/benchmark_harness.dart';
import 'package:ffi/ffi.dart';

import 'calloc.dart';
import 'digest.dart';
import 'types.dart';

Expand Down
111 changes: 0 additions & 111 deletions benchmarks/FfiBoringssl/dart2/calloc.dart

This file was deleted.

1 change: 0 additions & 1 deletion benchmarks/FfiCall/dart/FfiCall.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import 'dart:io';
import 'package:ffi/ffi.dart';
import 'package:benchmark_harness/benchmark_harness.dart';

import 'calloc.dart';
import 'dlopen_helper.dart';

//
Expand Down
109 changes: 0 additions & 109 deletions benchmarks/FfiCall/dart/calloc.dart

This file was deleted.

1 change: 0 additions & 1 deletion benchmarks/FfiCall/dart2/FfiCall.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import 'dart:io';
import 'package:ffi/ffi.dart';
import 'package:benchmark_harness/benchmark_harness.dart';

import 'calloc.dart';
import 'dlopen_helper.dart';

//
Expand Down
Loading

0 comments on commit f832cd2

Please sign in to comment.