mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-12 15:49:18 -08:00
make rust test pass
This commit is contained in:
committed by
Matthieu Baumann
parent
8ee161481e
commit
959c99fb19
@@ -28,7 +28,7 @@ impl<const N: usize> BitVector<N> {
|
||||
}
|
||||
|
||||
mod tests {
|
||||
|
||||
use super::BitVector;
|
||||
|
||||
#[test]
|
||||
fn test_bitvector_basic_op() {
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
//=================================
|
||||
import { Format } from "./coo";
|
||||
|
||||
/*
|
||||
/**
|
||||
* Creates an angle of the Aladin interactive sky atlas.
|
||||
* @class
|
||||
|
||||
Reference in New Issue
Block a user